@charset "utf-8";
/*头部*/
.header .section{
    height: 110px;
    line-height:110px;
    background-color: #ffffff;
}
.header .section li{
    float: left;
    width: 130px;
    height: 44px;
    line-height: 44px;
    background-color: #f7a500;
    border-radius: 22px 20px 20px 22px;
    text-align: center;
    margin-left: 20px;
    margin-top: 33px;
}
.header .section li a{
    font-size: 16px;
    color: #ffffff;
}
/*导航栏*/
.nav{
    height: 56px;
    background-color: #2590d4;
}
.nav li{
    float: left;
    width: 155px;
    height: 56px;
    line-height: 56px;
   /* margin-left: 40px;*/
}
.nav li > a{
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.nav li:hover{
    background-color: #f7a500;
}
/*下拉菜单*/
.dropdown{
    display: inline-block;
    position: relative;
}
.dropdown-content{
    display: none;
    position: absolute;
    /*left:-20px;*/
    width: 155px;
    /*height: 220px;*/
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(5, 20, 45, 0.15);
}
.dropdown-content a{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 44px;
    text-align: center;
    border-bottom:1px solid #e6e6e6;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.dropdown-content a:hover{
    color: #2590d4;
}
.dropdown:hover .dropdown-content{
    display: block;
}
/*banner*/
.banner{
    height: 500px;
    background: url("../images/banner.png") no-repeat center;
}
/*关于我们*/
.about_us .section{
    height: 432px;
}
.about_us .about_us_l{
    width: 680px;
    margin-top: 59px;
}
.title h1{
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    color: #2590d4;
}
.title span{
    font-size: 16px;
    color: #cccccc;
}
.about_us .about_us_l p{
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin-top: 39px;
    text-align: justify;
}
.about_us .about_us_l a{
    font-size: 14px;
    color: #999999;
    width: 125px;
    height: 44px;
    line-height:44px;
    border: solid 1px #cccccc;
    padding-left: 15px;
    background: url("../images/right.png") no-repeat 100px center;
    margin-top: 20px;
}
.about_us .section img{
    width: 350px;
    margin-top: 35px;
}
/*认证服务*/
.service{
    height: 551px;
    min-width:1200px;
    background: url("../images/service_bg.png") no-repeat;
}
.service .section{
    position: relative;
}
.service .section .title{
    padding-top: 50px;
}
.service .section ul{
    overflow: hidden;
}
.service .section .title h1,.service .section .title span{
    color: #ffffff;
}
.service .section .title a{
    display: inline-block;
    color: #ffffff;
}
.service .section li{
    box-sizing: border-box;
    float: left;
    width: 380px;
    height: 356px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(131, 136, 141, 0.28);
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    margin-right: 30px;
}
.service .section li.last{
    margin-right: 0;
}
.service .section li span{
    font-size: 48px;
    color: #cccccc;
}
.service .section li h2{
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
}
.service .section li .line{
    width: 40px;
    height: 2px;
    background-color: #f7a500;
    margin: 0 auto;
    margin-top: 20px;
}
.service .section li p{
    text-align: left;
    width: 300px;
    height: 53px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin: 20px auto 60px;
}
.service .section li a{
    display: inline-block;
    width: 120px;
    font-size: 14px;
    color: #999999;
    border-bottom:1px solid #cccccc;
    padding-bottom: 10px;
}
.service .section li:hover span,.service .section li:hover h2{
    color: #2590d4;
}
.service .section li:hover .line{
    background-color: #2590d4;
}
.service a.img1{
    background:#ffffff url("../images/left_gray.png") no-repeat center center;
    position: absolute;
    bottom:0;
    left:-64px;
    display: inline-block;
    width: 34px;
    height: 34px;
}
.service .img2{
    background:#ffffff url("../images/right_blue.png") no-repeat center center;
    position: absolute;
    bottom:0;
    right:-64px;
    display: inline-block;
    width: 34px;
    height: 34px;
}
/*新闻中心*/
.news{
    height: 620px;
    margin-top: 60px;
}
.news .left{
    width: 720px;
}
.news .left .title{
    border-bottom:1px solid #d9d9d9;
    padding-bottom: 30px;
}
.news .left .title >a{
    padding-top: 10px;
}
.news_title{
    display: inline-block;
    margin-left: 8px;
    overflow: hidden;
}
.news_title a{
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 36px;
    padding-bottom: 10px;
    position: relative;
    top:12px;
}
.news_title a:hover{
    color: #2590d4;
    border-bottom:2px solid #2590d4;
    padding-bottom:8px;
}
.news .left li{
    float: left;
    width: 720px;
    border-bottom:1px solid #d9d9d9;
    padding-bottom: 20px;
    margin-top: 20px;
}
.news .left li .center_li{
    margin-left: 39px;
}
.news .left li .center_li h2{
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 30px;
}
.news .left li .center_li p{
    width: 383px;
    height: 37px;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    padding-left: 10px;
}
.news .left li .right_li{
    padding-top: 10px;
}
.news .left li .right_li span{
    font-size: 14px;
    color: #666666;
}
.news .left li .right_li a{
    width: 76px;
    height: 24px;
    border: solid 1px #f0f0f0;
    text-align: center;
    margin-top: 40px;
    background:url("../images/right.png") no-repeat center center;
}
.news .left li:hover .center_li h2{
    color: #2590d4;
}
.news .left li:hover .right_li a{
    background:#2590d4 url("../images/right_b.png") no-repeat center center;
}
.line_between{
    width: 3px;
    height: 540px;
    background-color: #ffffff;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.14);
    margin: 0 38px;
    margin-top: 11px;
}
.news .right{
    width: 360px;
}
.news .right .title{
    border-bottom:1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.news .right li{
    font-size: 16px;
    color: #333333;
    padding-bottom: 30px;
}
/*服务案例*/
.service_case{
    height: 452px;
    background-color: #f7f7f7;
    padding-top: 60px;
}
.service_case .section .title{
    margin-bottom: 46px;
}
.service_case .section li{
    float: left;
    margin-right: 40px;
}
.service_case .section li.service_last{
    margin-right: 0;
}
.service_case li span{
    box-sizing: border-box;
    display: block;
    width: 270px;
    height: 56px;
    line-height:56px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    padding-left: 20px;
}
.service_case li a img{
    width: 270px;
    height: 202px;
}
/*友情链接*/
.link{
    background-color: #2590d4;
}
.link .section{
    height: 80px;
    line-height:80px;
}
.link .section .title{
    float: left;
    height: 80px;
    display: inline-block;
    border-right:1px solid #7cb2d4;
    padding-right: 20px;
    margin-right: 35px;
}
.link .title h1,.link .title span{
    color: #ffffff;
}
.link .section li{
    float: left;
    margin-right: 55px;
}
.link .section li.last{
    margin-right: 0;
}
.link .section li a{
    font-size: 16px;
    color: #ffffff;
}
/*底部*/
.footer{
    background-color: #fafafa;
    border-top:1px solid #e6e6e6;
}
.footer .section{
    height: 258px;
}
.footer .section .footer_lf{
    margin-top: 40px;
}
.footer .section .footer_lf img{
    width: 34px;
    height: 34px;
    margin-right: 10px;
}
.footer .section .footer_lf span{
    font-size: 30px;
    color: #2689d5;
}
.footer .section .footer_lf span.tel{
    font-size: 14px;
    color: #666666;
}
.footer .section .footer_lf ul{
    margin-top: 30px;
}
.footer .section .footer_lf li{
    line-height: 26px;
    color: #666666;
}
.footer .section .footer_rt{
    margin-left: 300px;
    margin-top: 48px;
}
.footer .section .footer_rt p{
    line-height: 26px;
    color: #666666;
}
.footer .section .footer_rt div.fl{
    margin-top: 30px;
}
.footer_bottom{
    height: 58px;
    line-height: 58px;
    background-color: #1a1a1a;
}
.footer_bottom p{
    color: #999999;
    text-align: center;
}
/*咨询窗口*/
.qq{
    position: fixed;
    top:50%;
    right:0;
}
.qq img{
    width: 100px;
    height: 90px;
}
/*新闻详情*/
.news_detail_banner{
    height: 150px;
    background:url("../images/news_banner.png") no-repeat center center;
}
.detail_title{
    background-color: #f5f5f5;
}
.detail_title .section{
    height: 50px;
    line-height: 50px;
}
.detail_title .section img{
    position: relative;
    top: -2px;
}
.detail_title .section span{
    display: inline-block;
}
.detail_title .section span a{
    color: #666666;
}
.detail_title .section span .color{
    color: #2689d5;
}
.content .section{
    margin-bottom: 60px;
}
.content_lt{
    width: 280px;
    margin-top: 40px;
    margin-right: 39px;
}
.content_lt .first{
    height: 74px;
    line-height:74px;
    background: #2689d5 url("../images/line.png") no-repeat 20px center;
    padding-left: 39px;
}
.content_lt .first a{
    font-size: 28px;
    color: #ffffff;
}
.content_lt li{
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #e6e6e6;
    padding-left: 39px;
    background: #fafafa url("../images/right_gray.png") no-repeat 240px center;
}
.content_lt li a{
    font-size: 18px;
    color: #333333;
}
.content_lt li:hover{
    background: #fafafa url("../images/right_hover.png") no-repeat 240px center;
}
.content_lt li:hover a{
    color: #2689d5;
}
.content_lt li.on a{
    color: #2689d5;
}
.content_lt li.on{
    background: #fafafa url("../images/right_hover.png") no-repeat 240px center;
}
.content .content_rt{
    width: 880px;
    margin-top: 45px;
}
.content .content_rt .content_title{
    border-bottom:1px solid #e0e0e0;
}
.content .content_rt .content_title h1{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    text-align: center;
}
.content .content_rt .content_title .line{
    width: 100px;
    height: 2px;
    background-color: #2689d5;
    margin: 20px auto 0;
}
.content .content_rt .content_title span{
    display: block;
    color: #999999;
    text-align: center;
    margin: 20px 0 30px;
}

.content .content_text {
    line-height: 28px;
    color: #333333;
    text-align: justify;
    margin-top: 28px;
    overflow: hidden;
}

/*关于我们*/
.about_us_1{
    height: 150px;
    background:url("../images/about_us.png") no-repeat center center;
}
/*培训服务*/
.training_service{
    height: 150px;
    background:url("../images/training_service.png") no-repeat center center;
}
.content_rt dd{
    height: 80px;
    line-height: 80px;
    border-bottom:1px solid #e0e0e0;
}
.content_rt dd a{
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #333333;
}
.content_rt dd span{
    float: right;
    color: #999999;
}
/*认证服务*/
.content_rt li{
    box-sizing: border-box;
    float: left;
    width: 273px;
    height: 240px;
    margin-top: 50px;
    text-align: center;
    padding-top: 20px;
    margin-right: 30px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
}
.content_rt li.last{
    margin-right: 0;
}
.content_rt li span{
    font-size: 48px;
    color: #cccccc;
}
.content_rt li h2{
    font-size: 18px;
    color: #333333;
    padding-top: 20px;
}
.content_rt li .line{
    width: 40px;
    height: 2px;
    background-color: #f7a500;
    margin: 0 auto;
    margin-top: 20px;
}
.content_rt li h3{
    text-align: left;
    width: 230px;
    height: 32px;
    line-height: 20px;
    color: #666666;
    margin: 20px auto 60px;
}
.content_rt li:hover span,.content_rt li:hover h2{
    color: #2590d4;
}
.content_rt li:hover .line{
    background-color: #2590d4;
}
/*审核员专区*/
.header .section a{
    font-size: 16px;
    color: #2689d5;
}
.login{
    height: 681px;
    background-color: #f5f5f5;
    padding-top: 40px;
}
.login .login_content{
    width: 800px;
    height: 580px;
    background-color: #ffffff;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    text-align: center;
}
.login .login_content h1{
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    padding:50px 0;
}
.login .login_content input{
    width: 425px;
    height: 48px;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    padding-left:15px;
    margin-bottom:29px;
}
.login .login_content div{
    position: relative;
}
.login .login_content div a{
    display: inline-block;
    position: absolute;
    top:1px;
    left:480px;
}
.login .login_content>a{
    width: 440px;
    height: 48px;
    line-height:48px;
    background-color: #2689d5;
    border-radius: 4px;
    font-size: 16px;
    color:#fff;
    margin: 0 auto;
}
.login .login_content .click{
    font-size: 16px;
    color: #666666;
    margin-top: 30px;
}
.login .login_content .click .click_on{
    color: #2689d5;
    margin-left:5px;
}
/*新闻列表*/
.content .news_list{
    width: 880px;
    margin-top: 45px;
}
.content .news_list dl{
    overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.content .news_list dl dt{
    float: left;
    margin-right: 30px;
}
.content .news_list dl dt img{
    width: 200px;
    height: 140px;
}
.content .news_list dl dd{
    float: left;
    width: 650px;
}
.content .news_list dl dd h1{
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 18px;
    overflow: hidden;
}
.content .news_list dl dd p{
    width: 650px;
    height: 39px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 38px;
}
.content .news_list dl dd span{
    color: #999999;
}
.content .news_list dl:hover h1 a{
    color: #2689d5;
}
.content .news_list .page ul{
    width: 400px;
    margin: 40px auto;
}
.content .news_list .page li{
    float: left;
    width: 38px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #d9d9d9;
    margin-right: 10px;
    text-align: center;
}
.content .news_list .page li.page_li{
    width: 62px;
    height: 34px;
}
.content .news_list .page li.dot{
   border: 0;
}
.content .news_list .page li a{
    color: #999999;
}
.content .news_list .page li:hover a{
    background-color: #2689d5;
    color: #ffffff;
}
/*联系我们*/
.contact{
    height: 150px;
    background:url("../images/contact.png") no-repeat center center;
}
.contact_content{
    margin-top: 40px;
}
.contact_content .contact_top{
    border-bottom:1px solid #e0e0e0;
    padding-bottom: 30px;
}
.contact_content .contact_lf h1{
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 34px;
    margin-top: 18px;
}
.contact_content .contact_lf li{
    line-height: 32px;
    color: #666666;
}
.contact_content .contact_rt img{
    width: 720px;
    height: 320px;
}
.contact_content .contact_info h4{
    font-size: 18px;
    font-weight: normal;
    color: #2689d5;
    margin-top: 20px;
}
.menu_tab{
    width: 1200px;
    height: auto;
    margin: 20px auto 60px;
}
.menu_tab li{
    margin-bottom: 10px;
}
label{
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    background-color: #f7f9fa;
    border: solid 1px #e1e3e5;
    padding-left: 15px;
}
label::after {
    content: "";
    float: right;
    margin-right: 15px;
    width:17px;
    height:9px;
    display: inline-block;
    background: url(../images/down.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 20px;
}
label.selected::after {
    content: '';
    width:17px;
    height:9px;
    background: url(../images/up.png) no-repeat;
    background-size: 100%;
}
.tab_content{
    display: none;
    font-size: 15px;
    padding: 10px 20px;
    color: #35c628;
    text-align: center;
}
.tab_content li{
    line-height: 28px;
    color: #666666;
    text-align: left;
}
.tab_content li span{
    color: #333333;
}
/*证书查询*/
.certificate_search{
    height: 350px;
    background:url("../images/certificate_search.png") no-repeat center center;
}
.search{
    margin-top: 40px;
}
.search .search_top{
    border-bottom:1px solid #e0e0e0;
    padding-bottom: 60px;
    margin-bottom: 34px;
}
.search .search_top .zs_left{
    width: 500px;
    margin: 0 auto;
}
.search .search_top .zs_left h2{
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.search .search_top .zs_left .check_head{
    margin-bottom: 40px;
    overflow: hidden;
}
.search .search_top .zs_left .check_head > div{
    box-sizing: border-box;
    text-align: center;
    padding: 14px 16px;
    width: 240px;
    height: 48px;
    background-color: #f7fafc;
    border: solid 1px #d7d9db
}
.search .search_top .zs_left .check_head>div.check_on{
    color: #3878ec;
    padding-top: 18px;
    cursor: pointer;
    background-color:#fff;
    border-top: 2px solid #3878ec;
    border-bottom:none;
}
.search .search_top .zs_left .check input{
    box-sizing: border-box;
    padding-left: 10px;
    width: 403px;
    height: 40px;
    border: solid 1px #d6d6d6;
    margin-left: 13px
}
.search .search_top .zs_left .check input::-webkit-input-placeholder{
    color: #999999;
}
.btn_search{
    box-sizing: border-box;
    width: 403px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;color: #ffffff;
    text-align: center;
    background-color: #2689d5;
    margin-top: 30px;
    margin-left:40px;
}
.search_top .item{
    overflow: hidden;
    height:48px;
    line-height: 48px;
    margin-bottom:29px;
}
.search_top .item span{
    float: left;
    color: #333333;
    font-size: 16px;
}
.search_top p{
    margin-left:75px;
    margin-top:19px;
    font-size: 16px;
    color: #333333;
}
.search_top p a{
    display: inline-block;
    font-size: 16px;
    color: #c70000;
    margin-left: 10px;
}
table{
    width: 1200px;
    text-align:center;
    margin-right:0;
    vertical-align: middle;
    border-color: #e8e8e8;
    color:#666666;
    margin-top: 34px;
    margin-bottom: 54px;
}
td{
    height:46px;
    border-bottom:1px solid #e8e8e8;
}
td:first-child{
    border-left:1px solid #e8e8e8;
}
td:last-child{
    width:20%;
    border-right:1px solid #e8e8e8;
}